object CaptureWindow1: TCaptureWindow1 Left = 2 Top = 0 BorderStyle = bsDialog Caption = 'Capture Window' ClientHeight = 113 ClientWidth = 282 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 67 Height = 13 Caption = 'Window Class' end object Label2: TLabel Left = 144 Top = 16 Width = 62 Height = 13 Caption = 'Window Title' end object Bevel1: TBevel Left = 8 Top = 8 Width = 265 Height = 50 Shape = bsFrame end object Edit1: TEdit Left = 16 Top = 32 Width = 121 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 144 Top = 32 Width = 121 Height = 21 TabOrder = 1 end object Button1: TButton Left = 200 Top = 64 Width = 75 Height = 25 Caption = '&Add' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 120 Top = 64 Width = 75 Height = 25 Caption = 'C&ancel' TabOrder = 3 OnClick = Button2Click end object StatusBar1: TStatusBar Left = 0 Top = 94 Width = 282 Height = 19 Panels = <> SimplePanel = True SimpleText = 'Select any Window, then click Add, or Cancel to exit.' SizeGrip = False end object Timer1: TTimer Enabled = False Interval = 500 OnTimer = Timer1Timer Left = 8 Top = 64 end end